@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus { outline:0;}
img { border:0;}
a img { vertical-align: middle;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

body,p { font:14px/1 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial; color: #333; }
body {}
a{ text-decoration: none; color: #333;}
a:hover{ text-decoration: none; color: #EC3C1B; }

/*页面布局*/
.c_num {
    visibility: hidden;
}
#container{
	width:1101px;
	margin:0 auto;
}

.header{
	width:100%;
	height:101px;
	background-color:#004898;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}
.head_fix{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:90px;
}
.header .logo{
	float:left;
	padding-top:10px;
}
.header .nav_bar{
	float:right;
}
.header .nav_bar .nav{
	float:left;
	padding-top:30px;
}
.banner{
	width:100%;
	max-height:487px;
	overflow:hidden;
}
.link{
	width:100%;
	padding:20px 0;
}
.tab_news{
	width:100%;
	background-color:#eaeaea;
	padding:44px 0;
	overflow:hidden;
}
.tab_news .tab-list{
	float:left;
	width:1101px;
	height:314px;
	background-color:#fff;
}
.tab_news .tab-list .oLi{
	overflow:hidden;
	padding:15px 0;
}
.news_left {
    float: left;
    width: 48%;
	padding-left:22px;
}
.news_bottom .meta_li{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
}
.news_bottom .meta_li .item-meta{
	float:left;
}
.news_bottom .meta_li .item-meta a{
	font-size:14px;
	color:#282727;
}
.news_bottom .meta_li .meta-time{
	float:right;
	font-size:14px;
	color:#282727;
}
.news_left .news_top{
	border-bottom:1px solid #d2d2d2;
	padding-bottom: 16px;
}
.news_bottom {
    padding-top: 24px;
} 
.meta-title,.meta-title a{
	font-size:16px;
	line-height:35px;
	color:#282727;
}
.jian,.jian a{
	font-size:14px;
	color:#0070b7;
	line-height:22px;
}
.news_right{
	float:right;
	width: 46%;
    padding-right: 20px;
}
.main{
	width:100%;
	padding:28px 0 24px 0;
}
.footer{
	width:100%;
	height:137px;
	background:#004898 url(../images/footbg.jpg) center no-repeat;
}
.footer .foot_top,.footer .foot_bot{
	display:block;
	width:100%;
	overflow:hidden;
}
 .foot_nav{
	float:right;
}
#wp_nav_w14 .wp_nav .nav-item a span.item-name {
    color: #fff;
    padding: 5px 13px 5px 50px;
    line-height: 30px;	
}
#wp_nav_w14 li.nav-item {
    width: 168px;
    height: 44px;
    border: 1px solid #2671c3;
    border-radius: 3px;
	line-height:44px;
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	background-color:#7fa3cb;
}
#wp_nav_w14 li.nav-item:hover{
	border:1px solid #fff;
}
#wp_nav_w14 li.nav-item.i1 .mark{
	background:url(../images/bk.png) 16px center  no-repeat;
	
}
#wp_nav_w14 li.nav-item.i2 .mark{
	background:url(../images/email.png) 16px center  no-repeat;
}
.footer .marp{
	float:left;
	width:46%;
	padding-top: 42px;
    padding-left: 45px;font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.footer .marpp{
	float:right !important;
	text-align:right;
}
.footer .marp p{
	font-size:12px;
	color:#fff;
	line-height:20px;
}
.bro_link .scroll{
	width:100%;
}
.bro_link .bro_1{
	float:left;
	width: 342px;
	margin-right: 27px;
}
.bro_link .bro_2{
	float:left;
	width:220px;
	display: none;
}
.bro_link .tab-list{
	position:relative;
	width:1101px;
}
.cunk .olio{
	float:left;
	display:block;
}
/*列表页*/
.column{
	width:100%;
	padding:30px 0;
	overflow:hidden;
    min-height: 633px;	
}
.column .column_left{
	float:left;
	width:170px;
}
.column .column_right{
	float:right;
	width:900px;
}
.column .column_right .column-path{
	float:right;
}
.column .column_right .column-path a,.column .column_right .column-path{
	font-size:12px;
	color:#8d8d8d;
}
.column .column_right .list-head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 40px;
	margin-bottom: 30px;
}
.column .column_right .colum_list .c-n-t{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
}
.column .column_right .thum{
	position:relative;
	width:248px;
	height:188px;
	overflow:hidden;
}
.column .column_right .thum img{
	width:248px;
	height:188px;
}
.column .column_right .thum_txt a {
    color: #fff;
	margin-top: 33%;
    display: block;
    line-height: 24px;
}
.column .column_right .c_timg{
	float:left;
	width: 33%;
	margin-bottom: 30px;
}
ul.cen_x {
    padding-left: 40px;
}
.column .column_right .thum_txt {
	display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:url(../images/block.png);
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.column .column_right .colum_list .c-n-t .column-news-title{
	float:left;
}
.column .column_right .colum_list .c-n-t .news-date-hide{
	float:right;
	font-size:12px;
    color: #919191;
    padding: 0px 15px;
}
.column .column_left .column-head{
	width: 100%;
    height: 149px;
    background: url(../images/list_bg.png) center no-repeat;
    text-align: center;
}
.column .column_left .column-head h3{
	line-height:149px;
	color:#004a9a;
	font-weight:bold;
}
.column-list-wrap li { width: 100%; vertical-align: bottom; border-bottom:1px dashed #ccc;}
.column-list-wrap li a { display: block; width: 100%; font-size: 14px; color: #131212; background:#fff url(../images/azj_ban02.png) 20px center no-repeat;}
.column-list-wrap li a:hover { color: #fff; text-decoration: none; background: #6492bd url(../images/azj_ban03.png) 20px center no-repeat;}
.column-list-wrap li.selected a.selected { color: #fff; text-decoration: none; background: #6492bd url(../images/azj_ban03.png) 20px center no-repeat;}
.column-list-wrap li a span { display: block;line-height: 35px; text-align:center; }
.column-list-wrap .sub-list li a {  background-position: 18px 11px; font-size: 14px; background-color: #F1F1F1;}
.column-list-wrap .sub-list li a:hover { background-color: #fff; color: #121212; border-left:10px solid #ddb571; }
.column-list-wrap .sub-list li.selected a.selected { background-color: #8e8e8e; color: #fff; background-position: 18px 11px;}
.column-list-wrap .sub-list li a span {  line-height: 40px; }
.column-list-wrap .sub-list .sub-list li a { font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { background-position: 26px 10px;}
.column-list-wrap .sub-list .sub-list li a span { padding-left: 36px; line-height: 17px; }
.column-list-wrap .sub-list .sub-list .sub-list li a { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 44px; }
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 52px;}
.possplit {
    background-image:url(../images/azj_ban02.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}
.content{
	text-align:left;
	margin-bottom:50px;
	overflow:hidden;
}
.biaoti{
	text-align:center;
	font-size:22px;
	color:#124a8f;
	border-bottom:1px solid #d5d5d5;
	padding:20px;
	line-height: 26px;
}
.zzz{
	font-size:12px;
	color:#7d7d7d;
	margin:17px 0 28px 0;
}
.wen{
	text-align:center;
	min-height: 450px;
}

#wp_nav_w2 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑";
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item .mark {
    background: #fff;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 5px 10px;
    line-height: 22px;
    font-size: 14px !important;
    font-weight: normal !important;
	color: #004898;
}
#wp_nav_w2 .wp_nav .sub-nav{
	border:0;
	min-width: 99px;

}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a{
	border:0;
}
#wp_nav_w4 li.nav-item {
    height: 72px;
	border-right: 1px solid #e0e0e0;
}
#wp_nav_w4 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 51px 52px 5px 56px;
    line-height: 22px;
    cursor: pointer;
    color: #262626;
    font-size: 14px;
	
}
#wp_nav_w4 li.nav-item.i1 .mark{
	background:url(../images/jj.png) no-repeat;
	width: 42px;
	left: 77px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i1:hover .mark {
    background-position: -42px 0;
}
#wp_nav_w4 li.nav-item.i2 .mark{
	background:url(../images/dd.png) no-repeat;
	width: 48px;
    left: 73px;	
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i2:hover .mark {
    background-position: -48px 0;
}
#wp_nav_w4 li.nav-item.i3 .mark{
	background:url(../images/jttz.png) no-repeat;
	width: 42px;
	left: 79px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i3:hover .mark {
    background-position: -42px 0;
}
#wp_nav_w4 li.nav-item.i5 .mark{
	background:url(../images/jr.png) no-repeat;
	width: 45px;
	left:65px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i5:hover .mark {
    background-position: -45px 0;
}
#wp_nav_w4 li.nav-item.i6 .mark{
	background:url(../images/xcz.png) no-repeat;
	width: 59px;
	left: 61px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i6:hover .mark {
    background-position: -59px 0;
}
#wp_nav_w4 li.nav-item.i4 .mark{
	background:url(../images/fdc.png) no-repeat;
	width: 44px;
	left: 69px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
#wp_nav_w4 li.nav-item.i4:hover .mark {
    background-position: -44px 0;
}
#wp_nav_w4 .wp_nav .nav-item a.parent:hover .item-name {
    color: #004898 !important;
}
span.ol_title {
    display: block;
    float: left;
    width: 25%;
    line-height: 30px;
    height: 30px;
}
.wp_articlecontent p, .wp_articlecontent span {
    font-size: 18px !important;
    font-family: "微软雅黑" !important;
    line-height:1.75 !important;
    color: #333;
    text-indent: 2em !important;
}
p.meta-title a:hover,#wp_news_w6 span.item-meta a:hover,#wp_news_w9 span.item-meta a:hover,#wp_news_w12 span.item-meta a:hover {
    color: #EC3C1B;
}
span.Column_Picture img {
    width: 100%;
}
.aboutul li{width:210px; margin: 0px 20px 35px 0px; float:left;}
.wp_entry img {
    max-width: 900px;
}
.wp_listcolumn .wp_column a:hover,.wp_listcolumn .wp_column a.selected  {
        color: #fff;
    text-decoration: none;
    background: #6492bd url(../images/azj_ban03.png) 20px center no-repeat;
}
.wp_listcolumn .wp_column {    width: 100%;
    vertical-align: bottom;
    border-bottom: 1px dashed #ccc;}
.wp_listcolumn .wp_column a{  border-bottom:none;display: block;
    width: 100%;
    font-size: 14px;
    color: #131212;
    background: #fff url(../images/azj_ban02.png) 20px center no-repeat;}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 10px 5px 40px;
    cursor: pointer;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
 width: 100%;
    vertical-align: bottom;
    border-bottom: 1px dashed #ccc;
	border-bottom:none;display: block;
    width: 100%;
    font-size: 12px;
    color: #131212;
    background: #fff url(../images/azj_ban02.png) 30px center no-repeat;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected,.wp_listcolumn .wp_subcolumn .wp_column a:hover{

        color: #fff;
    text-decoration: none;
    background: #6492bd url(../images/azj_ban03.png) 30px center no-repeat;	
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{
	padding-left:50px;
}
.yjbg{
	position:relative;
	background:url(../images/yjbg_n.jpg) no-repeat center;
	width:100%;
	height:317px;
    margin-bottom: 37px	
}
.yjbg .tzxm{
	position:absolute;
	font-size:26px;
	color:#fff;
	font-weight:bold;
}
.yjbg .t_1{
	top: 106px;
    left: 620px
}
.yjbg .t_2{
	left: 795px;
	top: 106px;
}
.yjbg .t_3{
	top: 210px;
    left: 799px
}
.yjbg .t_4{
	top: 205px;
    left:609px
}
.yjbg .t_5{
    top: 205px;
    left:701px;
}
.yjbg .t_6{
    top: 205px;
    left:870px;
}
.wp_article_list .list_item .Article_Index{
	display:none;
}

.head_num {
    position: absolute;
    top: 52px;
    left: 543px;
}
.major{
	position:absolute;
}
.major.m_1{
	top: 146px;
    left:620px

}
.major.m_2 {
    top: 146px;
    left: 803px
}
.major.m_3 {
    top: 248px;
    right: 185px;
}
.major.m_4{
	top: 246px;
    left: 635px
}
.major.m_5{
	top: 245px;
    left: 724px;
}
.major.m_6{
	top: 246px;
    right: 126px;
}

.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left:0;
    color: #fff;
}
.wp_article_list .list_item {
    width: 100%;
    height: 24px;
    line-height: 20px;
    border-bottom: 0;
    vertical-align: top;
}
span.six_t,span.five_t,span.four_t,span.three_t,span.two_t,span.one_t{
	float:left;
}
.tzxm .wp_article_list .list_item {
    line-height: 24px;
}
/*视频页面*/
.c-n-v .v_dio,.c-n-v .v_dio img{
	width:200px;
	height:150px;
}
li.c-n-v {
    float: left;
    width: 25%;
}
.c-n-v .v_dio {
    border: 1px solid #ccc;
}
p.v_tit a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
}
p.v_from, p.v_cout {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 20px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    margin-top: -5px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #393939;
    font-size: 16px;
    font-weight: bold;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #b00606;
    margin-bottom: 22px;
}
span.moretext {
    font-size: 12px;
    color: #f30;
}
span.moretext:hover {
    color: #982406;
}

.c-n-t-i .thing .t_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.c-n-t-i .thing .t_tit{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/block.png);
	width:100%;
}
.thing {
    width: 100%;
    height: 214px;
	overflow:hidden;
}
li.c-n-t-i {
    float: left;
    width: 50%;
    margin-bottom: 3px;
}
p.t_tit a {
    color: #fff;
    line-height: 37px;
    display: block;
    padding-left: 12px;
    font-size: 14px;
}
p.t_img img {
    width: 100%;
}
.wp_subcolumn_list .wp_sublist {
    margin-bottom: 40px;
}
li.c-n-t-i.cnt-1{
	width:49.8%;
}
li.c-n-t-i.cnt-2 {
    float: right;
    width: 49.8%;
}
li.c-n-t-i.cnt-3 {
    float: none;
    width: 100%;
}
li.c-n-t-i.cnt-4 {
    float: left;
    width: 33%;
    margin-right: 3px;
}
li.c-n-t-i.cnt-5{
	float:left;
	width:33.3%;
}
li.c-n-t-i.cnt-6{
	float:right;
	width:33%;
}
li.c-n-t-i.cnt-4 .t_img img,li.c-n-t-i.cnt-5 .t_img img,li.c-n-t-i.cnt-6 .t_img img {
    width: 100%;
    min-height: 214px;
}
.wp_articlecontent div {
    text-indent: 2em !important;
}
.wp_articlecontent img {
    width: 100%;
}
.m_3 li.list_item.i1 {
    width: 100px !important;
}
.jwjc{ margin-top:20px; margin-left:10px;}
.column_left1.column_left{float: left;  width: 230px;}
.column_right1.column_right{ float: right;width: 840px;}
/**信息公开**/
.kejiwen{ font-size:13px; width:800px; line-height:20px; text-indent:26px; color:#888; margin-bottom:10px;}
.kjcx_table{border-top:2px solid #004898;width: 100%;font-size:14px;line-height:30px;border-left:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;s;}
.kjcx_table td{border:1px solid #e7e7e7; border-bottom:none; border-left:none;  padding:5px;}
.kjcx_table a{ color:#666; }
.xxgk2 div#wp_news_w11 {
    float: left;
    width: 50%;
}

.xxgk2 .wp_subcolumn_list .wp_sublist .sublist_title {
    border: none;
    /* background-color: white; */
    margin-bottom: 0;
    height: auto;
}

.xxgk2 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.xxgk2 .wp_subcolumn_list .wp_sublist .sublist_title a {
    line-height: 50px;
    display: block;
    text-align: center;
    margin: 0 10px;
    background: #f1f1f1;
    font-weight: normal;
}

.xxgk2 .wp_subcolumn_list .wp_sublist .sublist_title a:hover {
    background: #004898;
    color: #fff;
    font-weight: bold;
}
.xxgk2 table.wp_article_list_table {
    display: none;
}
.xxgk2 .column .column_left .column-head h3 {
    line-height: 20px;
}

.xxgk2 .column .column_left .column-head {
    height: 70px;
}
#wp_news_w016 ul.wp_article_list li .fields.pr_fields span a {
    width: 100% !important;
}
#wp_news_w016 ul.wp_article_list li .fields.pr_fields .Article_Title {
    width: 100% !important;
}
#wp_news_w016 ul.wp_article_list li .fields.pr_fields {
    width: 100% !important;
}
#wp_news_w016 ul.wp_article_list li {
    width: 100% !important;
}
#wp_news_w016 ul.wp_article_list li:hover {
    background-color: #1e90ff !important;
}
#wp_news_w016 .wp_article_list .list_item{height: 24px !important;
    line-height: 24px !important; }
#wp_news_w014 ul.wp_article_list li .fields.pr_fields span a {
    width: 100% !important;
}
#wp_news_w014 ul.wp_article_list li .fields.pr_fields .Article_Title {
    width: 100% !important;
}
#wp_news_w014 ul.wp_article_list li .fields.pr_fields {
    width: 100% !important;
}
#wp_news_w014 ul.wp_article_list li {
    width: 100% !important;
}
#wp_news_w014ul.wp_article_list li:hover {
    background-color: #1e90ff !important;
}
#wp_news_w014 .wp_article_list .list_item{height: 24px !important;
    line-height: 24px !important; }

/*20220121 data transfer test*/

